@charset "utf-8";
.nav { margin: auto; width: 1280px; height: 100px; display: flex; align-items: center; justify-content: space-between; }
.nav .logo img { width: 352px; }
.nav .navList { display: flex; flex: 1; align-items: center; justify-content: space-between; margin-left: 126px; margin-right: 39px; height: 100px; }
.navList a { font-size: 18px; color: #333333; }
.navList a:hover { color: #CD2227; }
.navList .active a { color: #CD2227; }
.nav .searchForm { width: 26px; height: 26px; padding: 0 10px; position: relative; }
.searchForm .button { width: 26px; height: 26px; background: #ffffff; background-image: url('../images/shousuo.png'); background-size: 100% 100%; border: none; }
.searchForm .text { position: absolute; height: 36px; box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.75); border: none; top: -7px; right: 38px; font-size: 15px; font-family: 'Geometric', sans-serif; width: 0; transition: width 0.5s ease-in-out; }
.searchForm:hover .text { width: 200px; padding-left: 10px; }
.nav .navMenu { z-index: 88; width: 100%; background: #FBFCFD; top: 100px; left: 0; position: absolute; height: 0; transition: height 0.5s ease-in-out; overflow: hidden; box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.2) }
.navMenu .menuBox { width: 1280px; height: 320px; padding-top: 40px; margin: auto; display: flex; }
.menuBox .menuImage { margin-right: 25px; padding-left: 188px; }
.navMenu .menuImage>img { width: 320px; height: 180px; }
.navMenu .menuList { width: 114px; text-align: center; }
.navMenu .menuList .active a { color: #CD2227; }
.navMenu li { margin-bottom: 28px; }
.navMenu a { font-size: 16px; color: #333333; }
.navMenu a:hover { color: #CD2227; }
.nav .fontIcon { display: none; }
.indexBanner .swiper-slide img { width: 100%; object-fit: contain; }
.indexBanner .swiper-pagination { bottom: 20px; }
.indexBanner .swiper-pagination-bullet { width: 13px; height: 13px; border-radius: 50%; border: 1px solid #FEF39F; background: transparent; opacity: 1; margin: 0 6px !important; }
.indexBanner .swiper-pagination-bullet-active { background: #FEF39F; }
.company { overflow: hidden; width: 100%; background-image: url('../images/jianjeBj.png'); background-size: 100% 100%; padding: 120px 0; }
.company .companyBox { width: 1280px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
.companyBox .companyRight { width: 660px; }
.companyBox .companyRight img { width: 100%; }
.companyBox .companyLeft { width: 560px; }
.companyLeft h1 { font-weight: bold; font-size: 40px; color: #333333; }
.companyLeft .companyTxt p { font-size: 16px; color: #333333; line-height: 36px; margin-top: 50px; margin-bottom: 90px; }
.companyLeft .companyNumber { margin-top: 50px; width: 530px; display: flex; align-items: center; justify-content: space-between; }
.companyLeft .more { width: 160px; height: 48px; background: #CD2227; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #FDFDFF; }
.companyLeft .more::after { content: ''; background-image: url('../images/gengduojian.png'); background-size: 100% 100%; width: 20px; height: 16px; margin-left: 14px; }
.companyLeft .more:hover { color: #FFFFFF; }
.companyNumber .NumberBox>:first-child { font-family: 'Gilroy', sans-serif; font-size: 44px; color: #CD2227; }
.NumberLine>:last-child { font-family: 'Gilroy', sans-serif; font-size: 44px; color: #CD2227; }
.NumberLine>:first-child { font-family: 'Gilroy', sans-serif; font-size: 44px; color: #CD2227; }
.NumberBox p { font-size: 16px; color: #333333; }
.title { text-align: center; }
.title .tit { font-weight: bold; font-size: 44px; color: #333333; }
.title .eg { font-weight: bold; font-size: 18px; color: #999999; font-family: 'Gilroy', sans-serif; }
.title .txt { font-weight: bold; font-size: 18px; color: #333333; font-weight: 400; }
.news { width: 100%; background-image: url('../images/xiwenBj.png'); background-size: 100% 100%; padding: 80px 0; overflow: hidden; }
.news .reuseBox { width: 1280px; margin: 0 auto; }
.reuseBox .reuseMain { margin-top: 46px; display: flex; justify-content: space-between; }
.reuseMain .reuseLeft { width: 620px; overflow: hidden; position: relative; }
.reuseLeft img { width: 620px; height: 480px; transition: all 0.5s; }
.reuseLeft img:hover { transform: scale(1.1); }
.reuseLeft .reuseTit { position: absolute; bottom: 0; left: 0; height: 76px; padding: 0 30px; width: calc(100% - 60px); background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%); }
.reuseTit .tit { font-size: 20px; color: #FFFFFF; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.reuseTit .time { margin-top: 10px; font-size: 20px; color: #FFFFFF; font-size: 16px; font-family: 'Gilroy', sans-serif; }
.reuseMain .reuseRight { width: 640px; }
.reuseRight .reuseRiList { display: flex; align-items: center; width: 100%; margin-bottom: 20px; }
.reuseRiList li { width: 33%; height: 52px; text-align: center; font-size: 21px; line-height: 52px; border: 1px solid #cfcfcf; }
.reuseRiList .active { background: #e10012; color: #ffffff; border: 1px solid #e10012; }
.reuseRight .reuseRiBox:nth-of-type(2) { display: none; }
.reuseRight .reuseRiBox:nth-of-type(3) { display: none; }
.reuseRiBox .list li { padding: 20px 0; }
.reuseRiBox .list a { position: relative; display: flex; align-items: center; justify-content: space-between; }
.reuseRiBox .list a::before { background-color: #e10012; content: ""; display: block; height: 5px; margin-right: 20px; width: 5px; }
.reuseRiBox .list .title { flex: 1; margin-right: 16px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; text-align: left; }
.reuseRiBox .list span { font-size: 20px; color: #333333; }
.reuseRiBox .list a:hover span { color: #CD2227; }
.reuseRiBox>p { font-size: 20px; color: #333333; line-height: 40px; height: 340px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; }
.reuseRiBox .more { border: 2px solid #d8d8d8; color: #383838; font-size: 18px; font-weight: 400; height: 50px; width: 130px; display: block; line-height: 50px; margin-top: 12px; padding-left: 30px; position: relative; }
.reuseRiBox .more::after { content: '\e615'; position: absolute; font-size: 18px; color: #383838; right: 25px; }
.reuseRiBox .more:hover { background-color: #CD2227; color: #FFFFFF; border-color: #CD2227; }
.reuseRiBox .more:hover::after { color: #FFFFFF; }
.operate { overflow: hidden; width: 100%; background: #eeeeef; position: relative; max-width: 1920px; margin: 0 auto; }
.operate .bj li { opacity: 1; transition: all 0.5s; }
.operate .bj img { bottom: 0; display: block; height: 100%; left: 0; -o-object-fit: cover; object-fit: cover; position: absolute; width: 100%; }
.operate .bj li:nth-child(n+2) { opacity: 0; }
.operate>.title { position: relative; padding-top: 60px; }
.operate>.title .tit { color: #ffffff; }
.operate>.title .txt { color: #ffffff; }
.operate .operateShow { width: 1280px; height: 434px; margin: auto; display: flex; align-items: center; justify-content: space-between; margin-top: 50px; padding-bottom: 80px; }
.operateShow .operateLeft { width: 58%; height: 450px; position: relative; background-color: rgba(0, 0, 0, .5); border: 1px solid #fff; box-sizing: border-box; }
.operateShow .operateRight { width: 40%; display: flex; flex-wrap: wrap; height: 100%; background: rgba(255, 255, 255, 0.8); height: 450px; }
.operateRight li:nth-child(odd) { width: calc(50% - 1px); border-right: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; }
.operateRight li:nth-child(even) { width: 50%; border-bottom: 1px solid #f1f1f1; }
.operateRight li { text-align: center; font-size: 26px; padding-top: 54px; }
.operateRight .more { margin-top: 60px; width: 110px; height: 40px; display: block; font-size: 16px; border: 1px solid #bababa; color: #333333; line-height: 40px; position: relative; padding-left: 20px; }
.operateRight .more::after { position: absolute; content: '\e615'; color: #333333; font-size: 16px; display: block; right: 20px; top: 0; }
.operateRight .active { background-color: #CD2227; color: #FFFFFF }
.operateRight .active .more { color: #FFFFFF; border-color: #ffffff }
.operateRight .active .more::after { color: #FFFFFF }
.operateLeft .operateMain { position: absolute; top: 0; left: 0; height: 100%; width: 82%; padding: 0 9%; transition: all 0.5s; }
.operateLeft .operateMain:nth-child(n+2) { opacity: 0; }
.operateMain .title { font-size: 34px; color: #FFFFFF; padding-top: 60px; }
.operateMain .text { height: 184px; font-size: 20px; color: #FFFFFF; line-height: 36px; margin-bottom: 24px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.operateMain .redLine { width: 50px; height: 2px; background: #CD2227; margin: 12px auto 14px auto; }
.operateMain .more { width: 110px; height: 40px; display: block; font-size: 16px; background: #CD2227; color: #ffffff; line-height: 40px; padding-left: 30px; position: relative; }
.operateMain .more::after { position: absolute; content: '\e615'; color: #ffffff; font-size: 16px; display: block; right: 20px; top: 0; }
.operateMain .mainLeft { position: absolute; width: 60px; height: 60px; background-image: url('../images/zhuojiant.png'); background-size: 100% 100%; top: 280px; left: 10px; display: none; }
.operateMain .mainRight { position: absolute; width: 60px; height: 60px; background-image: url('../images/youjiantou.png'); background-size: 100% 100%; top: 280px; right: 10px; display: none; }
.construct { overflow: hidden; width: 100%; padding: 80px 0; background: #F4F4F4; background-image: url('../images/dnagBg.png'); background-size: 100% 100%; }
.construct .reuseBox { width: 1280px; margin: 0 auto; }
.honor { overflow: hidden; width: 100%; background: #FFFFFF; padding: 70px 0 50px 0; }
.honor .honorBox { width: 1280px; margin: 0 auto; }
.honor .honorHead { display: flex; align-items: center; justify-content: space-between; }
.honorHead .more { width: 160px; height: 48px; background: #CD2227; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #FDFDFF; }
.honorHead .more::after { content: ''; background-image: url('../images/gengduojian.png'); background-size: 100% 100%; width: 20px; height: 16px; margin-left: 14px; }
.honorBox .swiper { width: 1280px; margin-top: 46px; }
.honorBox .swiper .picItem { width: 231px !important; padding: 30px 36px 26px 36px; border: 1px solid #F0F0F0; }
.picItem img { width: 230px; height: 306px; cursor: pointer; transition: all 0.5s; object-fit: contain; }
.picItem img:hover { transform: scale(1.1); }
.picItem p { text-align: center; font-size: 18px; color: #333333; line-height: 30px; margin-top: 20px; height: 60px;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.honorBox .swiper-honor { text-align: center; margin-top: 40px; }
.honorBox .swiper-honor .swiper-pagination-bullet { width: 30px; height: 4px; background: #E5E5E5; border: none; border-radius: 0; opacity: 1; }
.honorBox .swiper-honor .swiper-pagination-bullet-active { background: #CD2227; }
.notice { width: 100%; background: #F8F9FB; overflow: hidden; padding: 80px 0; }
.notice .noticeBox { width: 1280px; margin: 0 auto; }
.noticeBox .noticeMain { margin-top: 50px; width: 100%; background: #FFFFFF; display: flex; }
.noticeMain .mainRight li { border-bottom: 1px solid #dfdfdf; padding: 20px 0 20px 0; }
.noticeMain .mainRight .mainTxt a { display: flex; align-items: center; }
.noticeMain .mainRight .mainTxt a:hover .title { color: #CD2227; }
.noticeMain .mainRight .mainTxt:nth-child(2) { margin-top: 20px; }
.noticeMain .mainRight .mainTxt:nth-child(n+2) { float: right; width: 610px; margin-right: 40px; }
.noticeMain .mainRight .time { font-size: 32px; color: #CD2227; flex-shrink: 0; margin-right: 16px; }
.noticeMain .mainRight .title { font-size: 20px; color: #333333; flex: 1; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; text-align: left; }
.noticeMain .mainRight .first { width: 35%; background: #f1f1f1; padding: 50px 60px 50px 70px; margin-right: 50px; float: left; border: none; position: relative; z-index: 66; }
.noticeMain .mainRight .first a { display: block; }
.noticeMain .first .tit { font-size: 24px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.noticeMain .first .txt { font-size: 18px; color: #333333; line-height: 30px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.noticeMain .first .mainImg { background: #FFFFFF; text-align: center; padding: 20px 0; margin: 30px 0; }
.noticeMain .first .mainImg img { max-width: 80%; }
.noticeMain .first .more { display: block; width: 140px; height: 50px; line-height: 50px; background: #CD2227; position: relative; color: #FFFFFF; font-size: 18px; padding-left: 30px; }
.noticeMain .first .more::after { content: ''; display: block; width: 20px; height: 14px; background-image: url('../images/gengduojian.png'); background-size: 100% 100%; position: absolute; right: 30px; top: 18px; }
footer { width: 100%; background-image: url('../images/fotterbg.png'); background-size: 100% 100%; padding-top: 50px; }
footer .footerBox { width: 1280px; margin: 0 auto; }
.footerBox .mediaBox { width: 100%; display: flex;}
.mediaBox .mediaItem { width: 250px; height: 86px; background: #313035; border: 1px solid #424147; display: flex; align-items: center; justify-content: center; }
.mediaBox .media01::before { content: ''; width: 40px; height: 40px; background-image: url('../images/zhuyi.png'); background-size: 100% 100%; margin-right: 15px; }
.mediaBox .media02::before { content: ''; width: 34px; height: 40px; background-image: url('../images/zhaoping.png'); background-size: 100% 100%; margin-right: 15px; }
.mediaBox .media03 { width: 730px; border: none; background: transparent; }
.mediaBox .media03 img { width: 730px; height: 88px; vertical-align: middle;padding-top: 2px;}
.mediaBox .media02 { margin-right: 20px; }
.mediaBox .media01 { display: none; }
.mediaBox .tit { font-size: 18px; color: #FFFFFF; }
.mediaBox .eg { font-size: 16px; color: #FFFFFF; }
.footerBox .footContent { margin-top: 50px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #373737; padding-bottom: 34px; }
.footerBox .footContent .wechat { width: 120px; height: 120px; }
.fotterNavLeft .fotterNav { width: 629px; display: flex; align-items: center; justify-content: space-between; }
.fotterNav a { font-size: 16px; color: #999999; }
.fotterNavLeft .hotline { margin: 36px 0 20px 0; font-size: 16px; color: #999999; }
.fotterNavLeft .hotline span { font-weight: bold; font-size: 24px; color: #999999; }
.fotterNavLeft .address { font-size: 16px; color: #999999; }
.fotterNavLeft .address span { margin-left: 60px; }
.footerBox .footerCopyright { display: flex; align-items: center; justify-content: space-between; height: 109px; }
.footerCopyright .copyright p { font-size: 16px; color: #999999; }
.footerCopyright .copyright a { font-size: 16px; color: #999999; }
.footerCopyright .links { cursor: pointer; position: relative; width: 260px; height: 50px; background: #313035; border: 1px solid #424147; font-size: 16px; color: #888888; }
.sideBox .sideItem { cursor: pointer; position: fixed; right: 0; bottom: 10vh; z-index: 44; width: 92px; height: 92px; background-image: url('../images/huidao.png'); background-size: 100% 100%; }
main { width: 100%; background-image: url('../images/bggs.png'); background-size: 100% auto; background-position: right bottom; background-repeat: no-repeat; }
.banner>img { width: 100%; }
.mainNav { width: 100%; height: 80px; background: #FBF9F9; }
.mainNav .mainNavBox { width: 1280px; margin: 0 auto; height: 80px; display: flex; align-items: center; justify-content: space-between; }
.mainNavBox .crumbs { display: flex; align-items: center; height: 80px; color: #888888;}
.mainNavBox .crumbs a { font-size: 18px; color: #888888; margin: 0 13px; }
.mainNavBox .crumbs .iconfont { color: #888888; font-weight: bold; font-size: 16px; }
.mainNavBox .crumbs .text { font-size: 18px; color: #888888; margin: 0 14px; }
.mainNavBox .homeIcon { width: 80px; height: 80px; background: #FFFFFF; display: flex; align-items: center; justify-content: center; }
.mainNavBox .homeIcon a { position: relative; }
.mainNavBox .homeIcon a::after { content: ''; width: 18px; height: 18px; background-image: url('../images/jiaicon.png'); background-size: 100% 100%; display: block; }
.mainNavBox .menu { display: flex; align-items: center; }
.mainNavBox .menu a { font-size: 18px; color: #000000; margin-left: 48px; }
.mainNavBox .active { position: relative; }
.mainNavBox .active a { color: #CD2227; }
.mainNavBox .active::after { content: ''; position: absolute; width: 60px; height: 2px; background: #CD2227; top: 51px; left: calc(50% - 6px); }
.mainBox { width: 1280px; margin: 0 auto; }
.mainBox .enterpriseTit { font-size: 40px; color: #333333; line-height: 60px; }
.content { width: 1280px; margin: 0 auto; padding-top: 50px; padding-bottom: 60px; }
.content p { font-size: 18px; color: #666666; line-height: 36px; margin-bottom: 20px; }
.content .contentImg { width: 100%; text-align: center; }
.content .contentImg img { max-width: 100%; margin-top: 20px; }
.page-honor-list { width: 1280px; margin: 0 auto; padding: 60px 0 50px 0; display: flex; align-items: center; flex-wrap: wrap; }
.page-honor-list li { width: 231px; padding: 30px 36px 28px 36px; border: 1px solid #F0F0F0; margin-right: 20px; margin-bottom: 20px; overflow: hidden; }
.page-honor-list>:nth-child(4n) { margin-right: 0; }
.page-honor-list img { width: 230px; height: 306px; cursor: pointer; transition: all 0.5s; object-fit: contain; }
.page-honor-list img:hover { transform: scale(1.1); }
.page-honor-list .text { font-size: 18px; color: #333333; line-height: 30px; margin-top: 18px; text-align: center;height: 60px;	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; }
.pager { text-align: center; padding-bottom: 80px; }
.pager>a { font-size: 16px; color: #666666; border: 1px solid #EEEEEE; background: #FFFFFF; display: inline-block; width: 36px; height: 36px; line-height: 36px; margin: 0 4px; }
.pager a:hover { color: #FFFFFF; background: #CD2227; }
.pager span { display: inline-block; width: 36px; height: 36px; line-height: 36px; font-size: 16px; color: #FFFFFF; background: #CD2227; border-radius: 2px; margin: 0 4px; }
.pager .omit { background: transparent; border-color: transparent; margin: 0; }
.pager .a1 { width: 70px; }

.page-picture-list { display: flex; align-items: center; flex-wrap: wrap; padding-top: 60px; }
.page-picture-list li { width: 30.5%; margin-right: 4%; margin-bottom: 46px; }
.page-picture-list>:nth-child(3n) { margin-right: 0; }
.page-picture-list a { width: 100%; overflow: hidden; }
.page-picture-list a img { width: 100%; height: 290px; transition: all 0.3s; object-fit: contain; }
.page-picture-list a:hover img { transform: scale(1.1); }
.page-picture-list p { margin-top: 20px; font-size: 20px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.detailBox { width: 100%; }
.detailBox .dtaHead h3 { font-weight: bold; font-size: 30px; color: #151515; margin: 50px 0 20px 0; }
.dtaHead>img { height: 3px; width: 100%; margin-bottom: 40px; }
.dtaHead .other { display: flex; align-items: center; padding-bottom: 30px; }
.dtaHead .other span { font-size: 16px; color: #151515; margin-right: 30px; }
.detailBox .detail p { font-size: 16px; color: #555555; line-height: 36px; margin-bottom: 40px; text-indent: 2em; }
.detail .detailImg { text-align: center; text-indent: 0; }
.detail .detailImg img { max-width: 100%; }
.detailBox .detail .detailTxt { text-indent: 0; }
.detail .detailTit { font-size: 16px; color: #333333; line-height: 36px; font-weight: bold; }
.dtlPage { width: 1280px; margin: 0 auto; border-top: 1px solid #EEEEEE; padding: 38px 0 80px 0; margin-top: 20px;}
.dtlPage a { width: 100%; font-size: 16px; color: #666666; line-height: 48px; display: block; }
.dtlPage a:hover { color: #CD2227; }
.listBox .listHead { width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 60px; padding-bottom: 10px; }
.listHead .listTit .tit { font-weight: bold; font-size: 36px; color: #333333; }
.listHead .listTit .eg { font-weight: bold; font-size: 28px; color: #EDEDED; font-family: 'Gilroy', sans-serif; }
.listHead .layui-form { display: flex; align-items: center; }
.listHead .layui-input-block { margin: 0 10px 0 0; }
.listHead .layui-input { width: 380px; height: 60px; background: #F5F5F5; font-size: 16px; font-family: 'MyCustomFont', sans-serif; }
.listHead .layui-input:focus { border-color: #CD2227 !important; }
.listHead .layui-form-select dl dd.layui-this { color: #CD2227; font-size: 16px; }
.listHead .layui-form-select dl dd { font-size: 16px; }
.listHead .layui-select-title>.layui-input { width: 200px; height: 60px; background: #F5F5F5; font-size: 16px; }
.listHead .layui-btn { width: 80px; height: 60px; background: #CD2227; font-size: 16px; }
.page-party-list li { display: flex; }
.page-group-list li { display: flex; }
.page-study-list li { display: flex; }
.page-integrity-list li { display: flex; }
.page-news-list li>.time { margin-right: 30px; flex-shrink: 0; font-weight: bold; font-size: 24px; color: #CD2227; font-family: 'Gilroy', sans-serif; }
.page-news-list .first { display: flex; justify-content: space-between; align-items: center; margin-top: 24px; border-bottom: 1px solid #EEEEEE; padding-bottom: 30px; }
.page-news-list .first .image { width: 390px; overflow: hidden; flex-shrink: 0 }
.page-news-list .first .image img { width: 390px; height: 292px; transition: all 0.5s; object-fit: contain; }
.page-news-list .first .image img:hover { transform: scale(1.2); }
.page-news-list .main { margin-left: 40px; }
.page-news-list .main .time { font-weight: bold; font-size: 24px; color: #CD2227; font-family: 'Gilroy', sans-serif; }
.page-news-list .main .title a { font-weight: bold; font-size: 20px; color: #333333; display: inline-block; margin: 18px 0 14px 0; }
.page-news-list .main .title:hover a { color: #CD2227; }
.page-news-list .main .text { font-size: 16px; color: #888888; line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.page-news-list .main .more { width: 120px; height: 40px; background: #F5F5F5; font-size: 16px; color: #888888; display: block; text-align: center; line-height: 40px; margin-top: 40px; }
.page-news-list .main .more:hover { background: #CD2227; color: #ffffff; }
.listBox .page-news-list { margin-bottom: 56px; }
.page-news-list li { padding: 36px 0; border-bottom: 1px solid #EEEEEE; }
.page-news-list li .title { text-align: left; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.page-news-list li .title a { font-weight: bold; font-size: 20px; color: #333333; }
.page-news-list li .title:hover a { color: #CD2227; }
.page-news-list li .text { font-size: 16px; color: #888888; line-height: 30px; margin: 16px 0 0 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.page-news-list li .situation { font-size: 16px; color: #888888; font-family: 'Gilroy', sans-serif; margin-top: 26px; }
.page-news-list li .date { background-image: url('../images/rqi.png'); background-repeat: no-repeat; background-position: left 2px; background-size: 14px 14px; margin-right: 60px; padding-left: 22px; }
.page-news-list li .number { background-image: url('../images/yanj.png'); background-repeat: no-repeat; background-position: left 2px; background-size: 19px 14px; padding-left: 26px; }
.listRight .title { font-weight: bold; font-size: 20px; color: #333333; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.listRight:hover .title { color: #CD2227; }
.listRight .text { font-size: 16px; color: #888888; line-height: 30px; margin-top: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.operatePage { width: 100%; }
.operHeader { width: 1280px; margin: 0 auto; padding: 56px 0 80px 0; }
.operHeader h3 { font-weight: bold; font-size: 36px; color: #333333; }
.operHeader .eg { font-weight: 500; font-size: 28px; color: #EDEDED; font-family: 'Gilroy', sans-serif; margin-bottom: 30px; margin-top: 4px; }
.operHeader .txt { font-size: 18px; color: #333333; }
.operIntroduce { width: 100%; background: #FAFAFA; overflow: hidden; }
.IntroduceBox { position: relative; width: 1280px; margin: 0 auto; height: 600px; display: flex; }
.IntroduceBox>img { height: 600px; position: absolute; top: 0; left: 680px; }
.IntroduceBox .IntroduceLeft { width: 600px; }
.IntroduceLeft .txt { font-size: 18px; color: #333333; line-height: 36px; margin-top: 30px; }
.IntroduceLeft .tit { padding-top: 74px; font-weight: bold; font-size: 28px; color: #333333; }
.operProject { width: 1280px; margin: 0 auto; padding: 76px 0 70px 0; }
.operProject .projectTit { font-weight: bold; font-size: 28px; color: #333333; line-height: 60px; display: flex; margin-bottom: 40px; align-items: center; justify-content: center; }
.projectTit::before { content: ''; display: block; width: 410px; height: 12px; margin-right: 40px; background-image: url('../images/leftImg.png'); background-size: 100% 100%; }
.projectTit::after { content: ''; display: block; width: 410px; height: 12px; margin-left: 40px; background-image: url('../images/rightImg.png'); background-size: 100% 100%; }
.operProject .swiper { width: 100%; }
.operProject .swiper-slide { width: 620px; height: 420px; margin-right: 40px; position: relative; }
.operProject .swiper-slide img { width: 100%; height: 420px; }
.operProject .swiper-slide .title { width: 90%; padding: 70px 5% 24px 5%; background-image: url(../image/heisi.png); background-size: 100% 100%; font-size: 20px; color: #FFFFFF; position: absolute; bottom: 0; left: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; text-align: left; }
.operProject .swiper-project { text-align: center; margin-top: 20px; }
.operProject .swiper-project .swiper-pagination-bullet { width: 30px; height: 4px; background: #E5E5E5; border: none; border-radius: 0; opacity: 1; }
.operProject .swiper-project .swiper-pagination-bullet-active { background: #CD2227; }
.operShow { margin: 0 auto; height: 640px; background-image: url('../images/zizhibg.png'); background-size: 1920px 100%; background-position: center center; padding-top: 80px; }
.operShow .showTit { font-weight: bold; font-size: 28px; color: #FFFFFF; line-height: 60px; display: flex; margin-bottom: 40px; align-items: center; justify-content: center; }
.showTit::before { content: ''; display: block; width: 410px; height: 12px; margin-right: 40px; background-image: url('../images/leftImg.png'); background-size: 100% 100%; }
.showTit::after { content: ''; display: block; width: 410px; height: 12px; margin-left: 40px; background-image: url('../images/rightImg.png'); background-size: 100% 100%; }
.operShow .swiper { width: 1280px; margin: 0 auto; margin-top: 40px; }
.operShow .swiper-slide { width: 233px !important; padding: 30px 36px 26px 36px; background: #ffffff; }
.operShow .swiper-slide img { width: 230px; height: 306px; cursor: pointer; transition: all 0.5s; object-fit: contain; }
.operShow .swiper-slide img:hover { transform: scale(1.1); }
.operShow .swiper-slide .title { text-align: center; font-size: 18px; color: #333333; line-height: 30px; margin-top: 20px;height: 60px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.operShow .swiper-honor { text-align: center; margin-top: 20px; }
.operShow .swiper-honor .swiper-pagination-bullet { width: 30px; height: 4px; background: #FFFFFF; border: none; border-radius: 0; opacity: 1; }
.operShow .swiper-honor .swiper-pagination-bullet-active { background: #CD2227; }
.speciTit { padding: 60px 0 10px 0; }
.speciTit .tit { font-weight: bold; font-size: 36px; color: #333333; margin: 0; }
.speciTit .txt { font-weight: bold; font-size: 28px; color: #EDEDED; font-family: 'Gilroy', sans-serif; }
.speciBox .page-special-list { margin-bottom: 50px; }
.page-special-list li { width: 1280px; height: 360px; background: #FFFFFF; border: 1px solid #EEEEEE; margin-top: 30px; }
.page-special-list .speciHeader { display: flex; align-items: center; justify-content: space-between; width: calc(1280px - 60px); height: 78px; background: #FFF6F6; padding: 0 30px; }
.speciHeader .title { padding-left: 40px; background-image: url('../images/dnagsi.png'); background-repeat: no-repeat; font-weight: bold; font-size: 20px; color: #CD2227; background-size: 35px 28px; text-align: left; }
.speciHeader a { font-size: 16px; color: #CD2227; }
.page-special-list { margin-bottom: 50px; }
.page-special-list .speciText { display: flex; align-items: center; padding: 30px; }
.speciText .image img { width: 340px; height: 220px; transition: all 0.5s; flex-shrink: 0; margin-right: 40px; object-fit: contain; }
.speciText .image img:hover { transform: scale(1.1); }
.speciText .main .title { font-weight: bold; font-size: 20px; color: #333333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; text-align: left; }
.speciText .main .text { font-size: 16px; color: #888888; line-height: 30px; margin: 20px 0 26px 0; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.speciText .main .time { font-size: 16px; color: #888888; font-family: 'Gilroy', sans-serif; }
.headerLabel { display: flex; align-items: center; justify-content: center; padding-top: 60px; padding-bottom: 40px; }
.headerLabel li { margin: 0 10px; }
.headerLabel li a { width: 140px; height: 58px; background: #F5F5F5; border-radius: 4px; display: block; text-align: center; line-height: 58px; font-size: 18px; color: #333333; }
.headerLabel .active a { color: #FFFFFF; background: #CD2227 !important; }
.headerLabel li a:hover { color: #ffffff; background-color: #CD2227; }
.page-article-list { margin-bottom: 50px; }
.page-article-list li { border-bottom: 1px solid #EEEEEE; }
.page-article-list li a { padding: 36px 0; display: flex; align-content: center; justify-content: space-between; }
.page-article-list li a .time { font-size: 20px; color: #333333; }
.page-article-list li a .title { width: 85%; font-size: 20px; color: #333333; position: relative; padding-left: 24px; text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -o-text-overflow: ellipsis; }
.page-article-list li a .title::after { content: ''; position: absolute; width: 8px; height: 8px; background: #C1C1C1; border-radius: 50%; left: 0; top: 10px; }
.page-article-list li a:hover .title { color: #CD2227; }
.page-article-list li a:hover .title::after { background: #CD2227; }
.page-article-list li a:hover .time { color: #CD2227; }
.detailBox .recruit { padding-bottom: 50px; }
.detailBox .recruit p { margin-bottom: 0; }
.detailBox .download { margin-top: 50px; }
.detailBox .download span { color: #CD2227; }
.searchBox { border-top: 1px solid #373737; min-height: 60vh; padding-top: 50px; display: flex; justify-content: center; }
.searchBox input { width: 60%; margin: 0 auto; font-size: 16px; padding-left: 20px; height: 34px; }
.searchPage { min-height: 200px; padding-top: 10%; }
.searchPage .searchForm { position: relative; width: 50%; margin: auto; }
.searchPage .searchWrapQ { text-indent: 20px; padding-right: 46px; width: 100%; background-color: #f6f6f6; border: none; height: 46px; box-shadow: 0 0 8px #bbb; border-radius: 6px; overflow: hidden; box-sizing: border-box; line-height: 46px; transition: all .5s ease; }
.searchPage .searchWrapBtn { position: absolute; z-index: 5; right: 0; top: 0; border-radius: 0 6px 6px 0; padding: 0 15px; height: 46px; line-height: 46px; text-align: center; border: none; background: #CD2227; color: #FFF; cursor: pointer; }
.searchPage .tips, .searchPage .searchNo { margin-top: 20px; font-size: 16px; text-align: center; }
.searchPage .tips span, .searchPage .searchNo span { color: #F00; }
 @media (max-width: 768px) {
body { width: 100%; min-width: auto; }
.nav { position: relative; }
.nav .logo img { width: 256px; }
.nav .searchForm { z-index: 77; position: absolute; top: 50px; right: -34px; display: none; }
.nav { width: 94%; height: 60px; padding: 0 3%; }
.nav .navList { position: absolute; top: 60px; background: #FFFFFF; z-index: 66; width: 88%; padding: 10px 6% 30px 6%; margin: 0; left: 0; display: none; height: auto; }
.nav .searchForm { position: absolute; width: 20px; height: 20px; right: 6%; top: 78px; }
.searchForm .searchfor { display: none; }
.navList li { border-bottom: 1px solid #e5e5e5; padding: 10px 0; }
.nav .fontIcon { display: block; }
.nav .navMenu { display: none; }
#system { font-size: 26px; }
#fork { display: none; font-size: 26px; }
.indexBanner .swiper-pagination-bullet { width: 8px !important; height: 8px !important; }
.company { padding: 30px 0; }
.company .companyBox { display: block; width: 94%; padding: 0 3%; }
.companyBox .companyLeft { width: 100%; }
.companyBox .companyLeft h1 { font-size: 26px; }
.companyBox .companyLeft .companyTxt p { margin-top: 16px; margin-bottom: 30px; }
.companyBox .companyRight { width: 100%; margin-top: 20px; }
.companyLeft .companyNumber { width: 100%; margin-top: 16px; }
.companyNumber .NumberBox>p { font-size: 14px; }
.companyNumber .NumberBox>:first-child { font-size: 28px; }
.NumberBox .NumberLine span { font-size: 28px; }
.news { padding: 20px 0; }
.news .reuseBox { width: 94%; margin: 0 auto; }
.title .tit { font-size: 30px; }
.title .txt { font-size: 16px; }
.title .txt { font-size: 16px; }
.reuseBox .reuseMain { margin-top: 30px; display: block; }
.reuseMain .reuseLeft { width: 100%; display: block; }
.reuseLeft img { width: 100%; height: auto; aspect-ratio: 62 / 48; }
.reuseMain .reuseRight { width: 100%; }
.reuseRight .reuseRiList { margin-top: 20px; }
.reuseRiList li { font-size: 18px; height: 50px; line-height: 50px; }
.reuseRiBox .list li { padding: 15px 0; }
.reuseRiBox .list span { font-size: 17px; }
.reuseRiBox>p { font-size: 18px; line-height: 38px; overflow: visible; }
.operate { padding: 0; }
.operate>.title { padding-top: 20px; }
.operate .operateShow { width: 100%; display: block; height: auto; padding-bottom: 0; }
.operateShow .operateLeft { width: 100%; height: 226px; }
.operateShow .operateRight { width: 100%; height: auto; border-bottom: 1px solid #f1f1f1; }
.operate>.title .tit { font-weight: 400; }
.operateRight li { height: 40px; line-height: 40px; text-align: center; }
.operateRight li:nth-child(1) { width: calc(50% - 1px); padding: 0; }
.operateRight li:nth-child(2) { width: 50%; padding: 0; }
.operateRight li:nth-child(3) { width: calc(50% - 1px); padding: 0; }
.operateRight li:nth-child(4) { width: 50%; padding: 0; }
.operateRight .more { display: none; }
.operateRight li { font-size: 16px; padding-top: 0px; }
.operateShow .operateMain { width: 92%; padding: 0 4%; }
.operateMain .more { width: 76px; height: 30px; text-align: center; line-height: 30px; color: #ffffff; font-size: 14px; margin: 10px 0; padding-left: 0; }
.operateMain .more::after { display: none; }
.operateMain .title { padding-top: 20px; font-size: 28px; text-align: left; }
.operateMain .text { font-size: 16px; line-height: 30px; height: 64px; -webkit-line-clamp: 2; }
.operateMain>img { width: 100%; height: auto; aspect-ratio: 118 / 68; left: 0; }
.operateMain .main { width: 96%; left: 0; padding: 0 2%; display: block; }
.operateMain .main h3 { font-size: 20px; }
.operateMain .redLine { margin: 8px 0 10px 0; }
.operateMain .main p { height: 48px; font-size: 14px; line-height: 22px; margin-bottom: 0; }
.construct { padding: 20px 0; }
.construct .reuseBox { width: 94%; }
.honor { width: 100%; padding: 30px 0 30px 0; }
.honor .honorBox { width: 94%; margin: 0 auto; }
.honorBox .honorHead { display: block; }
.honorHead .more { margin: 20px auto 30px auto; }
.honorBox .swiper { width: 100%; }
.honorBox .swiper-wrapper { flex-wrap: wrap; justify-content: space-between; }
.honorBox .swiper .picItem { padding: 0; width: 48% !important; border: 1px solid #F0F0F0; background: transparent; margin-top: 10px; }
.honorBox .swiper-honor { display: none; }
.picItem img { width: 100%; height: auto; aspect-ratio: 230 / 306; }
.picItem p { font-size: 16px; padding: 5px 10px; line-height: 24px; margin-top: 0;height: 46px;  overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.notice { padding: 30px 0; }
.notice .noticeBox { width: 94%; flex-wrap: wrap; }
.noticeBox .noticeMain { flex-wrap: wrap; margin-top: 30px; }
.noticeMain .mainRight .first { margin-right: 0; width: 92%; padding: 15px 4%; float: none; }
.noticeMain .mainRight .first .more { width: 100px; font-size: 16px; padding-left: 10px; height: 40px; line-height: 40px; }
.noticeMain .mainRight .first .more::after { right: 10px; width: 18px; height: 12px; top: 14px; }
.noticeMain .mainRight .mainTxt:nth-child(2) { margin-top: 0px; }
.noticeMain .mainRight { width: 100%; padding: 0px 0 20px 0; }
.noticeMain .mainRight li { width: 94%; padding: 15px 0; margin: 0 auto; }
.noticeMain .mainRight .mainTxt:nth-child(n+2) { float: none; width: 92%; margin: 0 auto; }
.noticeMain .mainRight .time { font-size: 20px; }
.noticeMain .mainRight .title { font-size: 16px; }
footer { padding-top: 20px; }
footer .footerBox { width: 94%; margin: 0 auto; }
.footerBox .mediaBox { flex-wrap: wrap; }
.mediaBox .mediaItem { width: 52%; height: 66px; }
.mediaBox .tit { font-size: 14px; }
.mediaBox .eg { font-size: 14px; }
.mediaBox .media03 { width: 100%; }
.mediaBox .media03 img { width: 100%; height: auto; margin-top: 8px; }
.footerBox .footContent { margin-top: 25px; display: block; }
.footContent .fotterNav { flex-wrap: wrap; width: 100%; justify-content: flex-start; }
.fotterNav li { margin-bottom: 16px; margin-right: 14px; }
.fotterNavLeft .hotline { margin: 20px 0 10px 0; }
.fotterNavLeft .address { line-height: 28px; }
.fotterNavLeft .address span { display: block; margin-left: 0; }
.footContent .wechat { margin-top: 20px; width: 120px; }
.footerBox .footerCopyright { display: block; height: auto; padding: 20px 0; }
.footerCopyright .copyright p { font-size: 15px; margin-bottom: 10px; }
.footerCopyright .copyright a { font-size: 15px; margin-top: 10px;display: block; }
.sideBox .sideItem { right: 0px; bottom: 6vh; width: 64px; height: 64px; }
.mainNav { height: auto; background: #FFFFFF; }
.mainNav .mainNavBox { height: auto; width: 100%; display: block; }
.mainNavBox .crumbs { height: 42px; background: #FBF9F9; }
.mainNavBox .crumbs a { font-size: 16px; margin: 0 10px; }
.mainNavBox .crumbs .text { font-size: 16px; margin: 0 10px; }
.mainNavBox .crumbs .iconfont { font-size: 14px; }
.mainNavBox .homeIcon { width: 42px; height: 42px; }
.mainNavBox .menu { flex-wrap: wrap; }
.mainNavBox .menu li { margin-top: 16px; position: relative; }
.mainNavBox .menu a { margin-left: 20px; }
.mainNavBox .active::after { top: 32px; left: calc(50% - 20px); }
.mainBox { width: 100%; }
.mainBox .enterpriseTit { font-size: 22px; line-height: 36px; display: inline; }
.content { width: 94%; padding: 20px 0 20px 0; }
.content p { font-size: 18px; line-height: 36px; margin-bottom: 15px; }
.content .contentImg img { padding-bottom: 0; }
.page-honor-list { width: 94%; justify-content: space-between; padding: 20px 0 20px 0; }
.page-honor-list li { width: 48%; padding: 0; margin-bottom: 15px; margin-right: 0; }
.page-honor-list img { width: 100%; height: auto; aspect-ratio: 230 / 306; }
.page-honor-list .text { font-size: 16px; line-height: 24px; padding: 4px 10px; margin-top: 0;height: 48px; }
.pager { width: 100%; padding-bottom: 50px; }
.page-picture-list { width: 94%; margin: 0 auto; justify-content: space-between; padding-top: 40px; padding-bottom: 30px; }
.page-picture-list li { width: 48%; margin-right: 0; margin-bottom: 20px; }
.page-picture-list a p { font-size: 16px; }
.page-picture-list a img { height: auto; aspect-ratio: 39 / 29; }
.dtlPage { width: 94%; padding: 20px 0 30px 0; }
.dtlPage a { line-height: 34px; }
.listBox { width: 94%; }
.listBox .listHead { display: block; padding-top: 38px; }
.listHead .listTit .tit { font-size: 28px; }
.listHead .listTit .eg { font-size: 22px; }
.listHead .layui-form { flex-wrap: wrap; margin-top: 20px; }
.listHead .layui-input-block { width: 40%; }
.listHead .layui-form-select { width: 100%; }
.listHead .layui-select-title>.layui-input { width: 100%; height: 50px; }
.listHead .layui-form>:nth-child(2) { width: 54.8%; margin-right: 0; }
.listHead .layui-input { width: 100%; height: 50px; }
.listHead .layui-btn { height: 46px; margin-top: 10px; }
.listBox .first { display: block; }
.page-party-list li { display: block; }
.page-group-list li { display: block; }
.page-study-list li { display: block; }
.page-integrity-list li { display: block; }
.page-news-list .first .image { width: 100%; }
.page-news-list .first .image img { width: 100%; }
.page-news-list .first .main { margin-left: 0; margin-top: 20px; }
.page-news-list .main .title { margin-top: 20px; }
.page-news-list li { padding: 20px 0; }
.page-news-list li .date { margin-right: 10%; }
.operHeader { width: 94%; padding: 30px 0 20px 0; }
.operHeader h3 { font-size: 28px; }
.operHeader p { font-size: 22px; margin-bottom: 10px; }
.operHeader .eg { margin-bottom: 16px; font-size: 22px; line-height: 28px; }
.IntroduceBox { width: 100%; display: flex; flex-wrap: wrap; height: auto; }
.IntroduceBox .IntroduceLeft { width: 94%; margin: 0 auto; }
.IntroduceLeft .tit { padding-top: 10px; font-size: 24px; }
.IntroduceLeft .txt { margin-top: 15px; font-size: 16px; }
.IntroduceBox>img { position: relative; top: 0; left: 0; width: 100%; height: auto; margin-top: 20px; }
.operProject { width: 94%; padding: 30px 0 20px 0; margin: 0 auto; }
.operProject .projectTit { font-size: 24px; margin-bottom: 10px; }
.projectTit::before { display: none; }
.projectTit::after { display: none; }
.operProject .swiper-wrapper { flex-wrap: wrap; width: 100%; margin: 0 auto; }
.operProject .swiper-slide { width: 100% !important; margin-top: 10px; height: auto; aspect-ratio: 620 / 420; }
.operProject .swiper-slide img { height: auto; aspect-ratio: 620 / 420; }
.operShow { padding-top: 20px; background-image: none; height: auto; }
.operShow .swiper { width: 94%; }
.operShow .showTit { font-size: 24px; color: #333333; margin-bottom: 20px; }
.showTit::before { display: none; }
.showTit::after { display: none; }
.operShow .swiper { margin-top: 0; }
.operShow .swiper-wrapper { flex-wrap: wrap; justify-content: space-between; }
.operShow .swiper-slide { padding: 0; width: 48% !important; border: 1px solid #F0F0F0; background: transparent; margin-top: 10px; }
.operShow .swiper-slide img { width: 100%; height: auto; aspect-ratio: 230 / 306; }
.operShow .swiper-slide .title { font-size: 16px; padding: 4px 10px; line-height: 24px; margin-top: 0;height: 48px; }
.speciTit { width: 94%; margin: 0 auto; padding-top: 30px; }
.speciTit .tit { font-size: 28px; }
.speciTit .txt { font-size: 22px; }
.page-special-list { width: 94%; margin: 0 auto; }
.page-special-list li { width: 100%; height: auto; }
.page-special-list .speciHeader { width: 96%; padding: 0 2%; height: 50px; }
.page-special-list .speciHeader .title { flex: 1; margin-right: 10px; background-image: none; padding-left: 0; font-size: 18px; }
.page-special-list .speciText { display: block; padding: 10px 3%; }
.speciText .image img { width: 100%; height: auto; aspect-ratio: 34 / 22; }
.speciText .main .title { margin-top: 20px; }
.main .ellipsis { margin-top: 20px; }
.headerLabel { justify-content: space-between; flex-wrap: wrap; width: 94%; margin: 0 auto; padding-top: 20px; padding-bottom: 10px; }
.headerLabel li { margin: 0; margin-top: 10px; width: 48%; }
.headerLabel li a { width: 100%; }
.pageArticle { width: 94%; margin: 0 auto; }
.page-article-list { margin-bottom: 40px; margin-top: 20px; }
.page-article-list li a { padding: 20px 0; }
.page-article-list li a .title { padding-left: 0; font-size: 16px; width: 70%; }
.page-article-list li a .time { font-size: 16px; }
.page-article-list li a .title::after { display: none; }
.detailBox { width: 94%; margin: 0 auto; }
.detailBox .dtaHead h3 { margin-top: 30px; font-size: 20px; margin-bottom: 14px; }
.dtaHead .other { padding-bottom: 20px; justify-content: space-between; flex-wrap: wrap; }
.dtaHead>img { margin-bottom: 20px; }
.dtaHead .other span { margin-right: 0; font-size: 14px; }
.listContent { display: block; }
.page-news-list li>.time { font-size: 20px; }
.listRight .title { margin-top: 10px; font-size: 18px; }
.listRight .text { margin-top: 15px; }
.searchPage { width: 94%; margin: 0 auto; }
}
